1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
230
_containingType
= containingType;
14 references to _containingType
Microsoft.CodeAnalysis.CSharp (14)
Symbols\Metadata\PE\PEPropertySymbol.cs (14)
297
originalPropertyType = NativeIntegerTypeDecoder.TransformType(originalPropertyType, handle, moduleSymbol,
_containingType
);
300
originalPropertyType = originalPropertyType.AsDynamicIfNoPia(
_containingType
);
310
propertyTypeWithAnnotations = NullableTypeDecoder.TransformType(propertyTypeWithAnnotations, handle, moduleSymbol, accessSymbol:
_containingType
, nullableContext:
_containingType
);
402
return
_containingType
;
410
return
_containingType
;
660
string defaultMemberName =
_containingType
.DefaultMemberName;
676
return (this.ParameterCount > 0) &&
_containingType
.IsComImport;
709
var metadataDecoder = new MetadataDecoder(
_containingType
.ContainingPEModule,
_containingType
);
718
return
_containingType
.ContainingPEModule.MetadataLocation.Cast<MetadataLocation, Location>();
932
return PEDocumentationCommentUtils.GetDocumentationComment(this,
_containingType
.ContainingPEModule, preferredCulture, cancellationToken, ref AccessUncommonFields()._lazyDocComment);
975
PEModuleSymbol containingPEModule =
_containingType
.ContainingPEModule;
1051
if (
_containingType
.ContainingPEModule.Module.TryGetOverloadResolutionPriorityValue(_handle, out int priority))