1 write to _attributes
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CommonMethodWellKnownAttributeData.cs (1)
59_attributes = attributes;
3 references to _attributes
Microsoft.CodeAnalysis (3)
Symbols\Attributes\CommonMethodWellKnownAttributeData.cs (3)
89var result = _attributes; 103(_methodImplIndex == -1 || (_attributes & MethodImplAttributes.PreserveSig) == 0 || _dllImportIndex < _methodImplIndex)) 112if (_dllImportIndex > _preserveSigIndex && (_dllImportIndex > _methodImplIndex || (_attributes & MethodImplAttributes.PreserveSig) == 0))