1 write to RefCustomModifiers
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
55
RefCustomModifiers
= refCustomModifiers;
5 references to RefCustomModifiers
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\MemberRefMetadataDecoder.cs (1)
184
CustomModifiersMatch(field.RefCustomModifiers, fieldInfo.
RefCustomModifiers
) &&
Symbols\Metadata\PE\PEFieldSymbol.cs (1)
338
ImmutableInterlocked.InterlockedInitialize(ref _lazyRefCustomModifiers, CSharpCustomModifier.Convert(fieldInfo.
RefCustomModifiers
));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\RefFieldTests.cs (1)
551
Assert.Equal(new[] { "System.Int32", "System.Object" }, fieldInfo.
RefCustomModifiers
.SelectAsArray(m => m.Modifier.ToTestDisplayString()));
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Metadata\PE\PEFieldSymbol.vb (2)
377
Dim refCustomModifiers = fieldInfo.
RefCustomModifiers
.NullToEmpty.Add(New ModifierInfo(Of TypeSymbol)(isOptional:=False, _byRefPlaceholder))
379
ElseIf Not fieldInfo.
RefCustomModifiers
.IsDefaultOrEmpty Then