1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEEventSymbol.cs (1)
72
_containingType
= containingType;
8 references to _containingType
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Metadata\PE\PEEventSymbol.cs (8)
101
typeSymbol = NativeIntegerTypeDecoder.TransformType(typeSymbol, handle, moduleSymbol,
_containingType
);
111
type = NullableTypeDecoder.TransformType(type, handle, moduleSymbol, accessSymbol:
_containingType
, nullableContext:
_containingType
);
224
return
_containingType
;
232
return
_containingType
;
351
return
_containingType
.ContainingPEModule.MetadataLocation.Cast<MetadataLocation, Location>();
501
return PEDocumentationCommentUtils.GetDocumentationComment(this,
_containingType
.ContainingPEModule, preferredCulture, cancellationToken, ref _lazyDocComment);
521
PEModuleSymbol containingPEModule =
_containingType
.ContainingPEModule;