2 references to AllowUnsafeAttributeName
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\TestWorkspace_XmlConsumption.cs (1)
604var allowUnsafeAttribute = compilationOptionsElement.Attribute(AllowUnsafeAttributeName);
Workspaces\TestWorkspace_XmlCreation.cs (1)
136element.SetAttributeValue(AllowUnsafeAttributeName, csOptions.AllowUnsafe);