Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/
H A DSymbolTable.cs1137 private static readonly Type s_Sentinel = typeof(SymbolTable); field in Microsoft.CSharp.RuntimeBinder.SymbolTable
1138 private static Type s_EventRegistrationTokenType = s_Sentinel;
1139 private static Type s_WindowsRuntimeMarshal = s_Sentinel;
1140 private static Type s_EventRegistrationTokenTable = s_Sentinel;
1168 if ((object)cachedResult == s_Sentinel) in GetTypeByName()
1170 …Interlocked.CompareExchange(ref cachedResult, Type.GetType(name, throwOnError: false), s_Sentinel); in GetTypeByName()