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