2 references to SerializeBoolean
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\EditorConfigValueSerializer.cs (2)
26serializeValue: SerializeBoolean); 38serializeValue: value => value == null ? "null" : SerializeBoolean(value.Value));