Example #1
0
 obj is SecondaryType type && string.Equals(type.Name, Name, StringComparison.Ordinal);
Example #2
0
 obj is SecondaryType type && string.Equals(type.Name, Name, Ordinal);
Example #3
0
throw new MissingFieldException(type.Name, fieldName)).GetValue(null);
Example #4
0
 obj is PrimaryType type && string.Equals(type.Name, Name, Ordinal);