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)
101typeSymbol = NativeIntegerTypeDecoder.TransformType(typeSymbol, handle, moduleSymbol, _containingType); 111type = NullableTypeDecoder.TransformType(type, handle, moduleSymbol, accessSymbol: _containingType, nullableContext: _containingType); 224return _containingType; 232return _containingType; 351return _containingType.ContainingPEModule.MetadataLocation.Cast<MetadataLocation, Location>(); 501return PEDocumentationCommentUtils.GetDocumentationComment(this, _containingType.ContainingPEModule, preferredCulture, cancellationToken, ref _lazyDocComment); 521PEModuleSymbol containingPEModule = _containingType.ContainingPEModule;