1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
164_containingType = containingType;
13 references to _containingType
Microsoft.CodeAnalysis.CSharp (13)
Symbols\Metadata\PE\PEPropertySymbol.cs (13)
230originalPropertyType = NativeIntegerTypeDecoder.TransformType(originalPropertyType, handle, moduleSymbol, _containingType); 233originalPropertyType = originalPropertyType.AsDynamicIfNoPia(_containingType); 243propertyTypeWithAnnotations = NullableTypeDecoder.TransformType(propertyTypeWithAnnotations, handle, moduleSymbol, accessSymbol: _containingType, nullableContext: _containingType); 308return _containingType; 316return _containingType; 566string defaultMemberName = _containingType.DefaultMemberName; 582return (this.ParameterCount > 0) && _containingType.IsComImport; 615var metadataDecoder = new MetadataDecoder(_containingType.ContainingPEModule, _containingType); 624return _containingType.ContainingPEModule.MetadataLocation.Cast<MetadataLocation, Location>(); 815return PEDocumentationCommentUtils.GetDocumentationComment(this, _containingType.ContainingPEModule, preferredCulture, cancellationToken, ref _lazyDocComment); 837PEModuleSymbol containingPEModule = _containingType.ContainingPEModule;