1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEEventSymbol.cs (1)
69
_containingType
= containingType;
8 references to _containingType
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Metadata\PE\PEEventSymbol.cs (8)
98
typeSymbol = NativeIntegerTypeDecoder.TransformType(typeSymbol, handle, moduleSymbol,
_containingType
);
108
type = NullableTypeDecoder.TransformType(type, handle, moduleSymbol, accessSymbol:
_containingType
, nullableContext:
_containingType
);
221
return
_containingType
;
229
return
_containingType
;
348
return
_containingType
.ContainingPEModule.MetadataLocation.Cast<MetadataLocation, Location>();
460
return PEDocumentationCommentUtils.GetDocumentationComment(this,
_containingType
.ContainingPEModule, preferredCulture, cancellationToken, ref _lazyDocComment);
480
PEModuleSymbol containingPEModule =
_containingType
.ContainingPEModule;