1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\MemberRefMetadataDecoder.cs (1)
39
_containingType
= containingType;
5 references to _containingType
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\MemberRefMetadataDecoder.cs (5)
60
PENamedTypeSymbol peType =
_containingType
as PENamedTypeSymbol;
66
NamedTypeSymbol namedType =
_containingType
as NamedTypeSymbol;
111
/// Search through the members of the <see cref="
_containingType
"/> type symbol to find the method that matches a particular
151
return FindMethodBySignature(
_containingType
, memberName, signatureHeader, typeParamCount, targetParamInfo);
161
return FindFieldBySignature(
_containingType
, memberName, fieldInfo);