4 references to Instance
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs (1)
77FieldDefinition.DecodeSignature(EcmaSignatureTypeProviderForToString.Instance, TypeContext) +
System\Reflection\TypeLoading\General\Ecma\EcmaToStringHelpers.cs (1)
70return handle.GetTypeSpecification(reader).DecodeSignature(EcmaSignatureTypeProviderForToString.Instance, typeContext);
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
97ISignatureTypeProvider<string, TypeContext> typeProvider = EcmaSignatureTypeProviderForToString.Instance;
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (1)
79ISignatureTypeProvider<string, TypeContext> typeProvider = EcmaSignatureTypeProviderForToString.Instance;