Home
last modified time | relevance | path

Searched refs:GetPropertyValueFromType (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/FunctionalTests/
H A DDiagnosticTest.cs742 string operation = GetPropertyValueFromType<string>(kvp.Value, "Operation"); in CollectStatisticsDiagnosticsAsync()
759 statistics = GetPropertyValueFromType<IDictionary>(kvp.Value, "Statistics"); in CollectStatisticsDiagnosticsAsync()
763 string operation = GetPropertyValueFromType<string>(kvp.Value, "Operation"); in CollectStatisticsDiagnosticsAsync()
781 Exception ex = GetPropertyValueFromType<Exception>(kvp.Value, "Exception"); in CollectStatisticsDiagnosticsAsync()
784 string operation = GetPropertyValueFromType<string>(kvp.Value, "Operation"); in CollectStatisticsDiagnosticsAsync()
796 string operation = GetPropertyValueFromType<string>(kvp.Value, "Operation"); in CollectStatisticsDiagnosticsAsync()
808 string operation = GetPropertyValueFromType<string>(kvp.Value, "Operation"); in CollectStatisticsDiagnosticsAsync()
811 statistics = GetPropertyValueFromType<IDictionary>(kvp.Value, "Statistics"); in CollectStatisticsDiagnosticsAsync()
832 Exception ex = GetPropertyValueFromType<Exception>(kvp.Value, "Exception"); in CollectStatisticsDiagnosticsAsync()
879 Exception ex = GetPropertyValueFromType<Exception>(kvp.Value, "Exception"); in CollectStatisticsDiagnosticsAsync()
[all …]